-
-
Notifications
You must be signed in to change notification settings - Fork 142
feat(validation): add Exists validation rule
#1462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(validation): add Exists validation rule
#1462
Conversation
d23ecc6 to
384fb55
Compare
Exists validation rule Exists validation rule
33f7881 to
4ec3e49
Compare
|
Let's wait for #1444 to be merged 👍 (that description does not help, it's a lot of noise :)) |
💯 could probably also remove the version check in that case 😄
Yeah, kinda suspected that, will remove it |
f382a52 to
71c0c22
Compare
71c0c22 to
8708aee
Compare
|
Actually, let's wait for #1458 to be merged, due to the |
Alright then, sounds good! |
8708aee to
3349ded
Compare
|
After working on this PR, I assume a few tests were also LLM-generated because they were redundant :p I rebased the PR on |
Co-authored-by: Enzo Innocenzi <[email protected]>
Working on a application I was missing an
existsvalidation rule.This PR adds it.